home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / fyi6 / 04183.dos < prev    next >
Text File  |  1996-07-10  |  1KB  |  29 lines

  1. FYI # 041790ew
  2.  
  3. There is a bug in the OS/2 NetBIOS.sys file (versions later than
  4. October, 1989) which causes problems with sending datagrams
  5. across a NetWare bridge (with internet=on, which is the default).
  6. The receiving station, be it a DOS or OS/2 station, will either
  7. receive nothing at all, or will receive the packets very slowly.
  8.  
  9. The following patch will correct the problem:
  10.  
  11. DEBUG NETBIOS.SYS
  12. -S 0 L FFFF 8D 76 00 B1 02 F3 A5 57 56 BB 05 00  ;Search for string
  13. 1BA1:34A0
  14. -D 1BA1:34A0                                     ;Dump segment and offset
  15. -E 1BA1:34AD                                     ;Edit the location of 56
  16. 1BA1:34AD  56.55                                 ;Change the 56 to a 55
  17. -W                                               ;Write changes
  18. -Q                                               ;Quit
  19.  
  20. Using DEBUG, the string is at the following location:
  21.  
  22. 11-1-89 and 1-8-90 versions:  34A0
  23. 2-8-90 version:  3580
  24.  
  25. This will be fixed in the 1.2 release.
  26.  
  27.  
  28.  
  29.